{ "version": 4, "terraform_version": "1.8.7", "serial": 217, "lineage": "e4bafb09-7268-8fb1-d1c5-33b77ee4ec25", "outputs": { "db_endpoint": { "value": "db-1.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-2652c1c310f9bee7c", "ami": "ami-d76b37f8", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1f16071a"], "subnet_id": "subnet-c417b77a", "key_name": "prod-deploy-key" } } ] } ] }