{ "version": 4, "terraform_version": "1.5.1", "serial": 323, "lineage": "462b2ec5-45b4-6269-c63d-03323955ea45", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-2d92b5454c59360b6", "ami": "ami-0faf0352", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a1599761"], "subnet_id": "subnet-4c6cb576", "key_name": "prod-deploy-key" } } ] } ] }