{ "version": 4, "terraform_version": "1.7.1", "serial": 318, "lineage": "b337c8c6-e339-31fe-9dfd-9ce48381de70", "outputs": { "db_endpoint": { "value": "db-0.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-2558e1fec2a755df3", "ami": "ami-9e08fd8b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8a66f3a0"], "subnet_id": "subnet-8b3ed694", "key_name": "prod-deploy-key" } } ] } ] }