{ "version": 4, "terraform_version": "1.7.4", "serial": 161, "lineage": "3524150d-3786-24f0-2469-16410bc57f5a", "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-c09b6f403c46c1092", "ami": "ami-dc9b7bbc", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-be24cc29"], "subnet_id": "subnet-4aa2deee", "key_name": "prod-deploy-key" } } ] } ] }