{ "version": 4, "terraform_version": "1.5.9", "serial": 141, "lineage": "49fa9ecf-892e-eab7-9d54-8622013c3460", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-9a603cbdfaeb38b9f", "ami": "ami-b2f873a9", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e02bf1b4"], "subnet_id": "subnet-6cde20e6", "key_name": "prod-deploy-key" } } ] } ] }