{ "version": 4, "terraform_version": "1.8.7", "serial": 165, "lineage": "0cf7e22c-21d6-3432-b836-d5048b426562", "outputs": { "db_endpoint": { "value": "db-3.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-db82a94aa95007fd3", "ami": "ami-18ce19ae", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-564a0c4f"], "subnet_id": "subnet-d9ad99be", "key_name": "prod-deploy-key" } } ] } ] }