{ "version": 4, "terraform_version": "1.7.4", "serial": 532, "lineage": "b7c24c47-0e55-3783-a14b-285acdf09560", "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-b41cd9c682b012bd1", "ami": "ami-c5bfa53d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-fe4fea5e"], "subnet_id": "subnet-2ed6f3df", "key_name": "prod-deploy-key" } } ] } ] }