{ "version": 4, "terraform_version": "1.7.4", "serial": 284, "lineage": "02e31e65-c047-c0ba-e21a-0a0f7e0b0f09", "outputs": { "db_endpoint": { "value": "db-3.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-bcb48d54755a09bfd", "ami": "ami-6ca22610", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8f8fcb95"], "subnet_id": "subnet-3e2ec2c9", "key_name": "prod-deploy-key" } } ] } ] }