{ "version": 4, "terraform_version": "1.6.8", "serial": 586, "lineage": "3ae96eb3-6b8c-af5b-a4fe-3b36fdd6c48a", "outputs": { "db_endpoint": { "value": "db-1.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-04cfb58d3fbfdf117", "ami": "ami-951819bd", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-2af06d92"], "subnet_id": "subnet-b97fc7b7", "key_name": "prod-deploy-key" } } ] } ] }