{ "version": 4, "terraform_version": "1.8.6", "serial": 471, "lineage": "19466db1-66e5-085e-a640-6d4e2f503790", "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-3a884081ef7488e83", "ami": "ami-bae6043e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-236f0083"], "subnet_id": "subnet-c7eb6aff", "key_name": "prod-deploy-key" } } ] } ] }