{ "version": 4, "terraform_version": "1.7.4", "serial": 300, "lineage": "994f7521-b576-9cff-7859-15ba56d5071b", "outputs": { "db_endpoint": { "value": "db-0.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-ee7a72dd44869c2a3", "ami": "ami-2384d4e3", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a2eadc7e"], "subnet_id": "subnet-d594f37f", "key_name": "prod-deploy-key" } } ] } ] }