{ "version": 4, "terraform_version": "1.6.6", "serial": 152, "lineage": "e9006bb5-2ac3-4f3c-7c08-89480d169b51", "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-b6bdf6c5b25028437", "ami": "ami-5f9516eb", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-819f8e87"], "subnet_id": "subnet-f4acdf94", "key_name": "prod-deploy-key" } } ] } ] }