{ "version": 4, "terraform_version": "1.8.5", "serial": 545, "lineage": "4761057e-2738-7b58-bd1a-9103d7533418", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-202e5684832be7e5a", "ami": "ami-ab01f4ac", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-e36f90f0"], "subnet_id": "subnet-c5a12129", "key_name": "prod-deploy-key" } } ] } ] }