{ "version": 4, "terraform_version": "1.5.8", "serial": 445, "lineage": "e07138df-e1f4-ddb0-a94a-245f915e7c13", "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-baf11f377089ef99e", "ami": "ami-7db9c3be", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7e47df24"], "subnet_id": "subnet-d3e0129d", "key_name": "prod-deploy-key" } } ] } ] }