{ "version": 4, "terraform_version": "1.5.1", "serial": 184, "lineage": "87074b62-9b87-a44b-984b-de3e5960dfb9", "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-af98a459584883172", "ami": "ami-e222ae9e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a3faad6c"], "subnet_id": "subnet-99d97316", "key_name": "prod-deploy-key" } } ] } ] }