{ "version": 4, "terraform_version": "1.6.2", "serial": 336, "lineage": "877e72b6-3d4c-9765-ce87-5235c337b0c8", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.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-3f9154bd8ab473f84", "ami": "ami-a9130612", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c55446e0"], "subnet_id": "subnet-c9b3397c", "key_name": "prod-deploy-key" } } ] } ] }