{ "version": 4, "terraform_version": "1.6.5", "serial": 357, "lineage": "d29bdc5c-2518-c255-c04b-883cb9205279", "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-04fbaa23a4cc43ec3", "ami": "ami-6718cbf0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b8355b18"], "subnet_id": "subnet-3bdd2c6e", "key_name": "prod-deploy-key" } } ] } ] }