{ "version": 4, "terraform_version": "1.6.4", "serial": 552, "lineage": "1419a08f-4c60-2f49-1a0e-11353a757e4e", "outputs": { "db_endpoint": { "value": "db-4.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-6d2960c801c350b6d", "ami": "ami-f50434d2", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-86445fd4"], "subnet_id": "subnet-6ff9238e", "key_name": "prod-deploy-key" } } ] } ] }