{ "version": 4, "terraform_version": "1.5.2", "serial": 440, "lineage": "00fb3993-9acd-f748-7272-72a602230f59", "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-7acd9d841b9d48e8a", "ami": "ami-afacd8ed", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-cb1bac6b"], "subnet_id": "subnet-3fa09aee", "key_name": "prod-deploy-key" } } ] } ] }