{ "version": 4, "terraform_version": "1.8.4", "serial": 291, "lineage": "9b340f5a-b858-3085-d290-a7b93d45485c", "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-1a90f696d4a00a3f5", "ami": "ami-8ddca6fd", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-62e19811"], "subnet_id": "subnet-2ce93e5e", "key_name": "prod-deploy-key" } } ] } ] }