{ "version": 4, "terraform_version": "1.5.6", "serial": 413, "lineage": "969d2a6c-a302-3e35-feeb-dc9cfc50a8e9", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.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-77b2e11c4e06c91ab", "ami": "ami-2173c69e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2317163a"], "subnet_id": "subnet-e21fc794", "key_name": "prod-deploy-key" } } ] } ] }