{ "version": 4, "terraform_version": "1.7.6", "serial": 544, "lineage": "49a794d3-6898-1706-1290-ad345849976a", "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-81b9b08e1060857df", "ami": "ami-e23fd5f2", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9a50e231"], "subnet_id": "subnet-6fb060d5", "key_name": "prod-deploy-key" } } ] } ] }