{ "version": 4, "terraform_version": "1.7.9", "serial": 574, "lineage": "94d8a22d-7842-9128-463a-1012eea6a24e", "outputs": { "db_endpoint": { "value": "db-1.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-319c5c05eb015b010", "ami": "ami-32b4f9cf", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-cec38c38"], "subnet_id": "subnet-6e98806f", "key_name": "prod-deploy-key" } } ] } ] }