{ "version": 4, "terraform_version": "1.8.0", "serial": 335, "lineage": "c2389263-be43-c7ab-6d48-1a4963bb35de", "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-fbca84c942782ad44", "ami": "ami-cc421a74", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5d9581d3"], "subnet_id": "subnet-633e8542", "key_name": "prod-deploy-key" } } ] } ] }