{ "version": 4, "terraform_version": "1.5.2", "serial": 151, "lineage": "f5d3b1fa-f75a-cb4b-fdb2-2c6c11f1fcbb", "outputs": { "db_endpoint": { "value": "db-4.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-22aabe7fe218ee9f6", "ami": "ami-f0445314", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-cd02fb6a"], "subnet_id": "subnet-28e8822d", "key_name": "prod-deploy-key" } } ] } ] }