{ "version": 4, "terraform_version": "1.7.2", "serial": 333, "lineage": "9d57c95a-70b6-fd59-6b40-29ab304f014d", "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-3dc7df1d2e2ddebbc", "ami": "ami-ae2375e2", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-4e80a2b7"], "subnet_id": "subnet-79996f4d", "key_name": "prod-deploy-key" } } ] } ] }