{ "version": 4, "terraform_version": "1.5.3", "serial": 459, "lineage": "8f2adc7c-44e7-309f-3f4d-297f0a4b18bf", "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-b3da625a23b862e1a", "ami": "ami-fbe35efa", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ef0309af"], "subnet_id": "subnet-ce0d0279", "key_name": "prod-deploy-key" } } ] } ] }