{ "version": 4, "terraform_version": "1.5.5", "serial": 559, "lineage": "37477179-23ee-278d-7fb8-228707271518", "outputs": { "db_endpoint": { "value": "db-3.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-2a1125d0d29ca1d9f", "ami": "ami-d9a9399e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a378e2b3"], "subnet_id": "subnet-2723086f", "key_name": "prod-deploy-key" } } ] } ] }