{ "version": 4, "terraform_version": "1.6.1", "serial": 397, "lineage": "5ad5d000-42da-a300-48c3-73d5272ae9e0", "outputs": { "db_endpoint": { "value": "db-3.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-8db39f935c2fb7d53", "ami": "ami-9717e975", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-4b2eaffa"], "subnet_id": "subnet-4270ac66", "key_name": "prod-deploy-key" } } ] } ] }