{ "version": 4, "terraform_version": "1.7.2", "serial": 517, "lineage": "4c6411fb-c7f0-5bca-062f-92712282dc76", "outputs": { "db_endpoint": { "value": "db-3.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-e3de48d70785c38fd", "ami": "ami-8be2f463", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-18292790"], "subnet_id": "subnet-e60ca3e0", "key_name": "prod-deploy-key" } } ] } ] }