{ "version": 4, "terraform_version": "1.6.0", "serial": 191, "lineage": "1a75f128-f24a-8329-243a-b654dbd80938", "outputs": { "db_endpoint": { "value": "db-2.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-6afc1052b01ad2afc", "ami": "ami-d3228e89", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6ac9fea7"], "subnet_id": "subnet-2927a76d", "key_name": "prod-deploy-key" } } ] } ] }