{ "version": 4, "terraform_version": "1.8.1", "serial": 378, "lineage": "9fb41466-3726-8a24-1c77-5b500d676552", "outputs": { "db_endpoint": { "value": "db-0.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-4c0b32febc5981b58", "ami": "ami-e75bb55c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-fa1daa31"], "subnet_id": "subnet-8ac9bbc4", "key_name": "prod-deploy-key" } } ] } ] }