{ "version": 4, "terraform_version": "1.8.0", "serial": 250, "lineage": "f0ff1a8a-c563-e91b-4c07-6abf7d819bb5", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-95d484eed900e7f5f", "ami": "ami-afd85d05", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-efc0609e"], "subnet_id": "subnet-c3a03ff6", "key_name": "prod-deploy-key" } } ] } ] }