{ "version": 4, "terraform_version": "1.5.0", "serial": 403, "lineage": "77c1bd0c-dfbf-5af9-dd23-2291b7748c08", "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-fce9c16db680d804d", "ami": "ami-ba9945a8", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0ec9610a"], "subnet_id": "subnet-3f6703bb", "key_name": "prod-deploy-key" } } ] } ] }