{ "version": 4, "terraform_version": "1.6.6", "serial": 113, "lineage": "15cd5161-5a85-2ec1-6e6e-7f40a3571c4d", "outputs": { "db_endpoint": { "value": "db-2.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-52375130a5fc67fd7", "ami": "ami-387c3357", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9bd8e4ef"], "subnet_id": "subnet-1d8a69f9", "key_name": "prod-deploy-key" } } ] } ] }