{ "version": 4, "terraform_version": "1.7.0", "serial": 242, "lineage": "39c2bd36-9688-96bb-027d-3ef37c99fc2f", "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-045730ee7b6d81663", "ami": "ami-1ff8c38e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3971ba28"], "subnet_id": "subnet-b32d0b04", "key_name": "prod-deploy-key" } } ] } ] }