{ "version": 4, "terraform_version": "1.8.8", "serial": 363, "lineage": "468bf009-66b0-59b9-81da-98c4955fa753", "outputs": { "db_endpoint": { "value": "db-3.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-2468270ae757a6241", "ami": "ami-45863f6c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-244c4692"], "subnet_id": "subnet-412e2858", "key_name": "prod-deploy-key" } } ] } ] }