{ "version": 4, "terraform_version": "1.7.1", "serial": 132, "lineage": "291f5736-e2db-e329-6521-7674a54dab0b", "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-8c8d211060c5a1b02", "ami": "ami-3bbf44ac", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-82507988"], "subnet_id": "subnet-81cbb458", "key_name": "prod-deploy-key" } } ] } ] }