{ "version": 4, "terraform_version": "1.5.1", "serial": 308, "lineage": "89ebf23e-d0ab-ee9f-bf68-3cdd0fd990c7", "outputs": { "db_endpoint": { "value": "db-4.us-east-1.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-061d7591a6114dd61", "ami": "ami-cc4d728e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-adef6abd"], "subnet_id": "subnet-b618c9fc", "key_name": "prod-deploy-key" } } ] } ] }