{ "version": 4, "terraform_version": "1.6.9", "serial": 171, "lineage": "a89f160f-6bfb-9854-c620-915154f7f67f", "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-fd47a54a4072175be", "ami": "ami-4d5ab138", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-beafb68a"], "subnet_id": "subnet-38de2a4d", "key_name": "prod-deploy-key" } } ] } ] }