{ "version": 4, "terraform_version": "1.6.6", "serial": 136, "lineage": "15cf3640-3784-a367-f5c5-6249705087ac", "outputs": { "db_endpoint": { "value": "db-4.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-1277f042a97f2d842", "ami": "ami-65410555", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f18c8a08"], "subnet_id": "subnet-32d76467", "key_name": "prod-deploy-key" } } ] } ] }