{ "version": 4, "terraform_version": "1.6.1", "serial": 186, "lineage": "15288391-bdc0-22f4-94f0-9c1124939cd7", "outputs": { "db_endpoint": { "value": "db-4.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-abd56097baa096030", "ami": "ami-bc6c2bfc", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a916aa70"], "subnet_id": "subnet-5b17ced6", "key_name": "prod-deploy-key" } } ] } ] }