{ "version": 4, "terraform_version": "1.7.3", "serial": 220, "lineage": "7c7ecddd-7b9a-45d9-d65b-ef958e5a567e", "outputs": { "db_endpoint": { "value": "db-1.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-2701843a23b9dd089", "ami": "ami-143af89f", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-11d5470d"], "subnet_id": "subnet-6b027054", "key_name": "prod-deploy-key" } } ] } ] }