{ "version": 4, "terraform_version": "1.7.2", "serial": 209, "lineage": "c1091a4a-c98c-2ac5-4f8e-cecc730ea448", "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-e693b1204ff0da15d", "ami": "ami-a94d762e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-93760955"], "subnet_id": "subnet-8b57aece", "key_name": "prod-deploy-key" } } ] } ] }