{ "version": 4, "terraform_version": "1.6.4", "serial": 486, "lineage": "ebc15331-69a3-85bc-1f57-c2710877bf69", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-1d9b9503428117f28", "ami": "ami-7792088a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-5f9007b2"], "subnet_id": "subnet-f81e4ad9", "key_name": "prod-deploy-key" } } ] } ] }