{ "version": 4, "terraform_version": "1.7.3", "serial": 568, "lineage": "f92e4234-d2d1-5218-dd4d-8ae5cefdbc40", "outputs": { "db_endpoint": { "value": "db-1.eu-west-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-4533b81b90724864d", "ami": "ami-6117929d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-7b771372"], "subnet_id": "subnet-dcac4532", "key_name": "prod-deploy-key" } } ] } ] }