{ "version": 4, "terraform_version": "1.6.0", "serial": 176, "lineage": "3364a3b9-cc52-0905-8e50-4bb0eb365a49", "outputs": { "db_endpoint": { "value": "db-2.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-300d50ac578e6f1a9", "ami": "ami-da2acbfb", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-99138791"], "subnet_id": "subnet-9ae889bb", "key_name": "prod-deploy-key" } } ] } ] }