{ "version": 4, "terraform_version": "1.6.6", "serial": 321, "lineage": "4cf70ee4-c3bf-b5f0-5327-5ca89c3efc67", "outputs": { "db_endpoint": { "value": "db-0.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-e1e7a5f4767371e52", "ami": "ami-72359dcb", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d56df96d"], "subnet_id": "subnet-b112d490", "key_name": "prod-deploy-key" } } ] } ] }