{ "version": 4, "terraform_version": "1.5.8", "serial": 582, "lineage": "b14f8d5f-f100-cb7a-6315-7e78a1b8cdaa", "outputs": { "db_endpoint": { "value": "db-3.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-86319435b039a2692", "ami": "ami-0788a5fc", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-371d4fed"], "subnet_id": "subnet-68e5ba3f", "key_name": "prod-deploy-key" } } ] } ] }