{ "version": 4, "terraform_version": "1.6.6", "serial": 489, "lineage": "0e77f361-8699-a382-fe8c-d125937494be", "outputs": { "db_endpoint": { "value": "db-1.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-368789a7fce43d282", "ami": "ami-ab0f8500", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9b45d5e9"], "subnet_id": "subnet-9014b471", "key_name": "prod-deploy-key" } } ] } ] }