{ "version": 4, "terraform_version": "1.7.7", "serial": 122, "lineage": "7366e4a8-bf0c-26ad-6f7b-31206f01f443", "outputs": { "db_endpoint": { "value": "db-0.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-378648cf28b79175a", "ami": "ami-35c92579", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-3bde03c8"], "subnet_id": "subnet-52295647", "key_name": "prod-deploy-key" } } ] } ] }