{ "version": 4, "terraform_version": "1.7.1", "serial": 204, "lineage": "68e4c6ea-90d3-2e5b-a508-026b25de527e", "outputs": { "db_endpoint": { "value": "db-2.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-67eed96a8a7be677f", "ami": "ami-4f75a4a8", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-40ffe282"], "subnet_id": "subnet-a310b85d", "key_name": "prod-deploy-key" } } ] } ] }