{ "version": 4, "terraform_version": "1.5.6", "serial": 105, "lineage": "98a665dd-2ee8-2597-7d52-c6a68b6957e3", "outputs": { "db_endpoint": { "value": "db-2.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-821db1707a0f7dcd1", "ami": "ami-721e0c72", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7de4f9c1"], "subnet_id": "subnet-a64726b5", "key_name": "prod-deploy-key" } } ] } ] }