{ "version": 4, "terraform_version": "1.8.0", "serial": 475, "lineage": "97437ddb-48b8-b6d4-8efd-f8a3aeb49ef1", "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-16e723e5678daf42a", "ami": "ami-97d26092", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a32b24ce"], "subnet_id": "subnet-ce49560f", "key_name": "prod-deploy-key" } } ] } ] }