{ "version": 4, "terraform_version": "1.6.4", "serial": 408, "lineage": "8f26c988-d42a-c423-0647-8d295f179fd4", "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-399fb4ecdad8d4d72", "ami": "ami-5d623020", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0c4cbb37"], "subnet_id": "subnet-3830b0cd", "key_name": "prod-deploy-key" } } ] } ] }