{ "version": 4, "terraform_version": "1.6.9", "serial": 180, "lineage": "de7855ad-7424-3def-ab37-54af518a7b34", "outputs": { "db_endpoint": { "value": "db-1.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-bff2e19199afc8f22", "ami": "ami-884b313e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-4c24c12a"], "subnet_id": "subnet-6032891e", "key_name": "prod-deploy-key" } } ] } ] }