{ "version": 4, "terraform_version": "1.7.9", "serial": 131, "lineage": "dfc4d0d2-d814-bf29-c059-b490a7c04c63", "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-e94d981707dc6e7f1", "ami": "ami-67599d72", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ad9e7a1f"], "subnet_id": "subnet-aa9c1ad4", "key_name": "prod-deploy-key" } } ] } ] }