{ "version": 4, "terraform_version": "1.5.5", "serial": 577, "lineage": "8a06257a-d84c-24da-7bc2-6cffe607e0e8", "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-2e556231bf89ff8ec", "ami": "ami-33eeee3e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8a1b95cd"], "subnet_id": "subnet-e6c164ef", "key_name": "prod-deploy-key" } } ] } ] }