{ "version": 4, "terraform_version": "1.8.8", "serial": 406, "lineage": "d20b3029-f94a-f85e-266a-4aaf4c745db3", "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-fed5327a6bde83311", "ami": "ami-c31d3424", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7bcc9df4"], "subnet_id": "subnet-2548b173", "key_name": "prod-deploy-key" } } ] } ] }