{ "version": 4, "terraform_version": "1.6.6", "serial": 541, "lineage": "1a9f2d05-dab1-e0a3-9bd0-4d2224de0497", "outputs": { "db_endpoint": { "value": "db-4.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-02463e14cfeef5c37", "ami": "ami-b05259f8", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6b45222b"], "subnet_id": "subnet-5b433aa0", "key_name": "prod-deploy-key" } } ] } ] }