{ "version": 4, "terraform_version": "1.5.0", "serial": 154, "lineage": "35048bf7-61c3-37b2-7d26-df88bcd4f6ee", "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-6b3b23ed8685de8cf", "ami": "ami-72734b07", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-5bfbcce6"], "subnet_id": "subnet-dd7621d6", "key_name": "prod-deploy-key" } } ] } ] }