{ "version": 4, "terraform_version": "1.6.7", "serial": 174, "lineage": "1d994fa3-8b7f-6c12-4e68-624f78e0b2aa", "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-5084ebd6b580be987", "ami": "ami-59ff52b0", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-30566974"], "subnet_id": "subnet-1e1e5d82", "key_name": "prod-deploy-key" } } ] } ] }