{ "version": 4, "terraform_version": "1.5.4", "serial": 449, "lineage": "b827e5f6-a957-bae1-8e3f-f0f0a6eff009", "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-9483ed7b8e0b3ba63", "ami": "ami-0539e5e3", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ccf0d3cf"], "subnet_id": "subnet-cc10dcfd", "key_name": "prod-deploy-key" } } ] } ] }